home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / mkmenu.zip / POPMENU.H < prev    next >
Text File  |  1993-04-01  |  513b  |  11 lines

  1. int p_menu(int x, int y, int foreground, int background,
  2.            int barcolor,int barloc,
  3.            char *msg,char *choic[], char *help[], short mborder);
  4. void border(short x1, short y1, short x2, short y2, int f, int b);
  5.  
  6. void shadeborder(int x,int y,int x1,int y1);
  7. void fillchpattern(short x1, short y1,short x2,short y2, unsigned char ch);
  8. int hgmenu(int x,int y, int foreground, int background,
  9.            int barcolor,int barloc,
  10.            char *msg,char *choic[], int shadow, int divider);
  11.